CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - VB timer

搜索资源列表

  1. vb中的精确定时

    3下载:
  2. VB自身提供的Timer控件的定时精度太差!补充一个我认为很精确的定时方法,该方法可以 真正精确到毫秒级!-VB own Timer control of the timing accuracy bad! I think that added a very precise timing, the method can really accurate to the millisecond!
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:3678
    • 提供者:孙波
  1. Timergho

    1下载:
  2. 一个增强的Timer库(可以取代VB的Timer控件)-an Enhanced Timer (to be replaced VB Timer Control)
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:86300
    • 提供者:
  1. laohuji

    0下载:
  2. 利用VB的TIMER控件,编一个带投注的老虎机游戏程序。-use VB Timer controls, with a series of slot machines and betting games.
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:66304
    • 提供者:刘杰
  1. VB中创建超长时间计时器

    0下载:
  2. VB中创建超长时间计时器, 虽非原创,但很有用。-VB to create long-timer, though not original, but very useful.
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:2550
    • 提供者:老灰狼
  1. Timer(VB)

    7下载:
  2. 精密定时器集合:VB版 ■ SetTimer(多Timer):是使用SetTimer()和回调函数产生的Timer,与VB6中定时器控件效果一样,只是用API实现而已,不爱用控件的朋友可能会喜欢 ■ Timer大比拼(CSDN):是CSDN网友提供的测试各种Timer的代码:QueryPerformanceCounte() 多媒体定时器;和VB6定时器控件。测试时,可以看到3种定时器的区别。多媒体定时器和QueryPerformanceCounte()都是较好的选择.
  3. 所属分类:Windows Kernel

    • 发布日期:2015-08-10
    • 文件大小:114967
    • 提供者:尹刚
  1. timer.ZIP

    0下载:
  2. 一个关于用VB开发中的timer控件的源代码示例,希望对各位VB初学者有帮助-a vb program for timer ctronl
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:10172
    • 提供者:snzfq
  1. timer

    0下载:
  2. vb的一个小时钟程序,可以修改表盘的外观特征,可以修改表的时间间隔设置-vb, a small clock program, you can modify the appearance of the characteristics of the dial, you can modify the time interval setting table
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:2021
    • 提供者:陈守刚
  1. TimerSet

    0下载:
  2. VB Timer控件的初级应用,对新手很有帮助!-VB Timer control is the primary application of the novice helpful!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1505
    • 提供者:王国强
  1. timer

    0下载:
  2. 51单片机实现的4路设备工作时间计时器,有C51源码和Proteus仿真文件,还包括VB编写的上位机数据采集程序源码,通过串行口读取设备工作时间数据。-4-way MCS51 hours timer device, a C51 source and the Proteus simulation files, including VB, PC data acquisition program source code, read through the serial port device work
  3. 所属分类:Com Port

    • 发布日期:2017-04-02
    • 文件大小:95321
    • 提供者:jinfahua
  1. VBTimer

    0下载:
  2. 资料,对初学vb者可供参考学习,vb timer控件的应用 交通灯
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:71254
    • 提供者:yanggggg
  1. Comprehensive-Application-o-VB-timer

    0下载:
  2. Comprehensive Application of VB timer Comprehensive Application of VB timer-Comprehensive Application of VB timer
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:87008
    • 提供者:cmc1110
  1. Vb-dynamic-lyrics-display

    0下载:
  2. vb灵活利用timer控件,灵活控制歌曲歌词时间,动态歌词显示。-vb using timer control, flexibility, time flexibility and control song lyrics, dynamic lyrics display.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:1037
    • 提供者:
  1. VB-time

    0下载:
  2. VB记时器编程的讨论 在很多场合下编程(例如工业控制、游戏)中需要比较精确的记时器,本文讨论的是在VB下实现记时器的若干方法以及它们的精度控制问题。 在VB中最常用的是Timer控件,它的设置和使用都非常方便,理论上它的记时精度可以达到1ms(毫秒)。但是众所周知的,实际上Timer在记时间隔小于50ms之下是精度是十分差的。它只适用于对于精度要求不太高的场合。 -VB timer programming on many occasions to discuss programming
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:11381
    • 提供者:yubin
  1. TimeSetEvent

    0下载:
  2. 这是我用VB写的用 TimeSetEvent函数代替Timer控件的代码, 它可以实现更细微更精确的计时。 如果你的程序有这样的要求,可以参考一下哦。-This is written in VB Timer control with TimeSetEvent function instead of the code, It can achieve more accurate timing is more subtle. If your program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:7783
    • 提供者:王珺
  1. VB-timer-example-source-code

    0下载:
  2. Visual Basic定时器实例源代码,希望对初学者有所帮助-Visual Basic timer example source code, and I hope to help beginners
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:31344
    • 提供者:石文君
  1. 32171758Timer(VB)

    1下载:
  2. VB timer 延时,非常不错,值得推荐。 VB timer 延时,非常不错,值得推荐。-vb timer delay,very nice staff,if you use vb,you must have a look. when you use it, must be carefully.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2016-11-15
    • 文件大小:114688
    • 提供者:yyc
  1. VB-timer

    0下载:
  2. if timer time控件 图片控件-if timer
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:769140
    • 提供者:qiong
  1. vb-Timer

    0下载:
  2. vb Timer控件制做时间秒计时和时间秒倒计时。-vb Timer control timing and making time seconds Countdown time seconds.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:7090
    • 提供者:linyuhong
  1. vb-timer(API)

    3下载:
  2. vb高精度计时,采用QueryPerformanceFrequency、QueryPerformanceCounter API函数读取系统频率和计数,计算出时间,精度很高。- VB high-precision timing, using QueryPerformanceFrequency, QueryPerformanceCounter API function to read the system frequency and count, calculate the time, high a
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2019
    • 提供者:李新武
  1. VB Timer

    3下载:
  2. VB中仿定时器的多线程实现,使用系统API来实现该功能(Multi-threaded implementation of imitation timer)
  3. 所属分类:其他

    • 发布日期:2020-02-24
    • 文件大小:2048
    • 提供者:Along82
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com